home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr46 / prexcm20.zip / INFO.BAT < prev    next >
DOS Batch File  |  1993-05-30  |  3KB  |  51 lines

  1. echo off
  2. cls
  3. echo    This will briefly give a little background on Protect! EXE/COM v.2.0.
  4. echo  
  5. echo   If you are a programmer, it is vital that your programs be well-protected,
  6. echo especially in a world full of destructive hackers. That is why I created 
  7. echo Protect! EXE/COM. Unlike any utility on the market, Protect! EXE/COM scrambles
  8. echo EXE and COM programs and checks for a CRC EVER TIME A PROTECTED PROGRAM  
  9. echo IS RUN! Since the loader is highly optimized, there is almost no noticeable 
  10. echo system slowing during loading. Of course, enough self-modifying code is
  11. echo sprinkled in to really bug any hacker. In addition, the file is extremely 
  12. echo scrambled, but a CRC is just an extra precaution.
  13. echo    
  14. echo   If you already use LZEXE, PKLite (R), or PKLite (R) commercial, you may
  15. echo think that you are sufficiently protected, but think again! UNLZEXE has 
  16. echo been out for a long time, PKLite can decompress its files, and any hacker
  17. echo can get access to a program that can even undo compression done by the -E
  18. echo option on PKLite commercial. Would you like any idiot to have the ability
  19. echo to add "trojan horses" to your programs, remove some copyright screens, or
  20. echo anything like that ? Protect your programs and your reputation by using
  21. echo Protect! EXE/COM !
  22. echo  
  23. echo   This version in particular has many additional protection features which
  24. echo are better summarized in WHATSNEW.DOC but add improved speed and security.
  25. echo  
  26. pause
  27. cls
  28. echo   The one main requirement of Protect! EXE/COM is that the file to protect
  29. echo be compressed with LZEXE, PKLite, Compack (R), or some other executable
  30. echo compression program first if the file is an EXE file. COM files can be 
  31. echo protected directly if you prefer, but they you can compress them first also.
  32. echo This compression requirement is instituted because a compressed program is
  33. echo harder to decrypt than a program with lots of repetitive sequences. A CRC
  34. echo can be calculated more reliably this way also. Sorry, but Windows (R), 
  35. echo OS/2 (R), and overlay programs cannot be protected.
  36. echo  
  37. echo    The cost of this revolutionary protection program is only a flat fee of
  38. echo $25 -- no "run-time fees" or "royalties" at all. You can protect as many
  39. echo programs as you want from one computer for that one fee, which will prevent
  40. echo many people from snooping in your programs.
  41. echo
  42. echo   By the way, this is the nice message that you get from a protected file 
  43. echo whose CRC has been violated (if a change occurs in the loader, the program
  44. echo may crash, but if occurs in the data, you get the following message):
  45. echo  
  46. echo CRC Error - File has been altered !
  47. echo  
  48. echo  
  49. echo                Happy EXE/COM Protecting!
  50. echo  
  51. pause